func golang.org/x/text/language.consume

3 uses

	golang.org/x/text/language (current package)
		parse.go#L194: 			weight = consume(weight, 'q')
		parse.go#L195: 			weight = consume(weight, '=')
		parse.go#L216: func consume(s string, c byte) string {